翻訳と辞書
Words near each other
・ Direct Factory Outlets
・ Direct Ferries
・ Direct Field Acoustic Testing
・ Direct finance
・ Direct fire
・ Direct flight
・ Direct fluorescent antibody
・ Direct Fly
・ Direct Fly Alto
・ Direct Fly sro
・ Direct free kick
・ Direct from Brooklyn
・ Direct from L.A.
・ Direct from the Backstreet
・ Direct grant grammar school
Direct Graphics Access
・ Direct Group
・ Direct Group Pty Ltd
・ Direct historical approach
・ Direct Hit
・ Direct Hit (band)
・ Direct Hit (film)
・ Direct Hit Records
・ Direct Hit Technologies
・ Direct Hits
・ Direct Hits (The Killers album)
・ Direct Hits (The Who album)
・ Direct holding system
・ Direct Horizontal Drilling Fall Classic
・ Direct image functor


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Direct Graphics Access : ウィキペディア英語版
Direct Graphics Access

Direct Graphics Access is a plug-in for the X display servers that allows client programs direct access to the frame-buffer.
Graphics hardware communicates via a chunk of memory called a frame-buffer. This is an array of values that represent pixel color values on the screen. Writing the appropriate values into the frame buffer therefore allows a program to ''paint'' areas of the screen.
However, as with any shared resource, problems occur when multiple programs attempt to access the same resource, as they tend to write over each other's work. In the X Window System, this is solved by having a central display server that mediates between programs that want to draw on the screen. The display server also used to perform a lot of the drawing work, allowing programs to say ''Draw me a circle of this radius filled with this pattern'' or ''draw this text in this font''. The X server does all this work, freeing programmers from having to write their own drawing code. Another advantage of the X architecture is that it works over a network, allowing programs on one machine to display output on the screen of another.
Direct Graphics Access allows direct access to the frame-buffer and the X-server hands over control of the frame-buffer to the client program and waits for the client to hand it back. This means that the client program has control of the whole screen, and so it is mostly used for full-screen video/games.
== See also ==

* GLX – OpenGL over the X protocol
* Direct Rendering Infrastructure

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Direct Graphics Access」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.